recent-manager: Fix the documentation
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 22 Oct 2010 10:51:03 +0000 (11:51 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 22 Oct 2010 10:54:53 +0000 (11:54 +0100)
The default RecentManager is not destroyed at the end of the process.

https://bugzilla.gnome.org/show_bug.cgi?id=602794

gtk/gtkrecentmanager.c

index a53b1b8092e63314ab0d6c9034a9add84d63c0f3..3bc08c4572e680a000cdf31b2dc9abeb37824926 100644 (file)
@@ -687,8 +687,7 @@ gtk_recent_manager_new (void)
  * gtk_recent_manager_get_default:
  *
  * Gets a unique instance of #GtkRecentManager, that you can share
- * in your application without caring about memory management. The
- * returned instance will be freed when you application terminates.
+ * in your application without caring about memory management.
  *
  * Return value: (transfer none): A unique #GtkRecentManager. Do not ref or unref it.
  *